
Genetic algorithm

Перевод genetic algorithm на русский язык
genetic algorithm
The genetic algorithm was used to solve the optimization problem.
Генетический алгоритм был использован для решения задачи оптимизации.
Опеределения
A genetic algorithm is a search heuristic that mimics the process of natural selection to solve optimization and search problems. It uses techniques inspired by evolutionary biology, such as selection, crossover, and mutation, to evolve solutions to a given problem over successive generations.